projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
968a7b1
)
(EmacsFrameSetCharSize_): Prototype.
author
Dave Love
<fx@gnu.org>
Thu, 4 Jan 2001 17:48:42 +0000
(17:48 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 4 Jan 2001 17:48:42 +0000
(17:48 +0000)
src/widget.h
patch
|
blob
|
history
diff --git
a/src/widget.h
b/src/widget.h
index 2e53163ba3906fc776da34e246c9796da1a109b7..f941d8648b243a5d1cab4cde5d951b109b1fc3b6 100644
(file)
--- a/
src/widget.h
+++ b/
src/widget.h
@@
-95,7
+95,7
@@
extern WidgetClass emacsFrameClass;
extern struct _DisplayContext* display_context;
/* Special entrypoints */
-void EmacsFrameSetCharSize
(
);
+void EmacsFrameSetCharSize
P_ ((Widget, int, int)
);
void widget_store_internal_border P_ ((Widget widget));
#endif /* _EmacsFrame_h */